This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Do you ever call tmpDoc.Save(True, False)? ~Kirk Frowesonjip 16.Dec.03 05:35 PM a Web browser Applications Development 6.0.1All Platforms
No I do not. In the LotusScript agent, I call Dialogbox with the form. In the form, everything is done in formula. The outline sets profile vars, and the <Select> and <Cancel> buttons on the form set another profile var, via @SetProfileField. The profile var set via the buttons does get set, but the profile vars set via the embedded outline do not when the form is invoked with ws.DialogBox, although they do when the form is previewed. Thanks for any help you can shed on this!